Fettling with level granting logic

Untested as all of my forms broke I guess
This commit is contained in:
2021-07-07 17:34:19 +01:00
parent 54f2bd36bd
commit 0a9f82e480
9 changed files with 96 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ function browserSync(done) {
notify: false,
open: false,
port: 8001,
proxy: 'localhost:8000'
proxy: '127.0.0.1:8000'
});
done();
}