mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🐛 Add trailing slash to /api/core/instance/
This commit is contained in:
parent
57bc10d9a2
commit
8ebb649ebe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export function InstanceFormBox(): JSX.Element {
|
||||||
|
|
||||||
// Try to get the instance data from the backend
|
// Try to get the instance data from the backend
|
||||||
try {
|
try {
|
||||||
var response = await Axios.get<SophonInstanceDetails>("/api/core/instance", {baseURL: url.toString(), signal})
|
var response = await Axios.get<SophonInstanceDetails>("/api/core/instance/", {baseURL: url.toString(), signal})
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
instance.dispatch({
|
instance.dispatch({
|
||||||
|
|
Loading…
Reference in a new issue