Skip to content

Commit b8b2415

Browse files
levinli303claude
andcommitted
Revert accidentally-pushed test endpoint
The local LAN URL (http://10.20.7.16:9000/...) was meant to stay in the working tree during testing but got bundled into 3f97b92. Restore the production URL.apiPrefixURL-based path on the branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0453cc0 commit b8b2415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MobileCelestia/PushNotification/PushNotificationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ final class PushNotificationManager {
120120
)
121121
do {
122122
try await AsyncEmptyRequestHandler.post(
123-
url: "http://10.20.7.16:9000/api/2/users/register",
123+
url: URL.apiPrefixURL.appendingPathComponent("users/register").absoluteString,
124124
json: request,
125125
httpClient: URLSession.shared
126126
)

0 commit comments

Comments
 (0)