remove hard coded password
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
localStorage.setItem( 'url', 'http://localhost:8080' );
|
||||
// localStorage.setItem( 'url', 'https://api.janishutz.com' );
|
||||
// localStorage.setItem( 'url', 'http://localhost:8080' );
|
||||
localStorage.setItem( 'url', '' );
|
||||
|
||||
createApp( App ).mount( '#app' );
|
||||
|
||||
Reference in New Issue
Block a user