Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d829b3

Browse files
committed
Update route in UI for getting new token
1 parentb232d0c commit0d829b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/api.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const logout = async (): Promise<void> => {
141141
}
142142

143143
exportconstgetApiKey=async():Promise<{key:string}>=>{
144-
constresponse=awaitfetch("/api/v2/api-keys",{
144+
constresponse=awaitfetch("/api/v2/users/me/keys",{
145145
method:"POST",
146146
})
147147

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp