Skip to content

Commit

Permalink
Update API base url.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoneWang committed Sep 4, 2024
1 parent 4d74552 commit b2298c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imink/Shared/API/AppAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum AppAPI {
// If you want to use this api, please check the documentation
// Docs: https://github.com/JoneWang/imink/wiki/imink-API-Documentation
extension AppAPI: APITargetType {
var baseURL: URL { URL(string: "https://api.imink.jone.wang")! }
var baseURL: URL { URL(string: "https://api.imink.app")! }

var path: String {
switch self {
Expand Down

0 comments on commit b2298c6

Please sign in to comment.