mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Render internal links to card.
This commit is contained in:
@@ -27,10 +27,6 @@ class Network {
|
||||
}
|
||||
|
||||
init() {
|
||||
if (import.meta.env.MODE === 'development') {
|
||||
this.baseUrl = 'http://localhost:3000';
|
||||
this.apiBaseUrl = 'http://localhost:3000/api';
|
||||
}
|
||||
axios.defaults.validateStatus = _ => true
|
||||
axios.interceptors.request.use((config) => {
|
||||
if (app.token) {
|
||||
|
Reference in New Issue
Block a user