diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/tests/utils.js | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'src/tests/utils.js')
| -rw-r--r-- | src/tests/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/utils.js b/src/tests/utils.js index 3634ed9..5bec660 100644 --- a/src/tests/utils.js +++ b/src/tests/utils.js @@ -3,7 +3,7 @@ const instance = axios.create({ baseURL: 'http://localhost:5000', headers: { common: { - accept: 'application/vnd.chibisafe.json' + accept: 'application/vnd.hostess.json' } } }); |