Commit d914a578 authored by Zohten's avatar Zohten

Minor change

parent 7671f667
...@@ -56,8 +56,8 @@ npm update ...@@ -56,8 +56,8 @@ npm update
## XAMP ## XAMP
On sert le dossier `BackEnd/src` sur le port 80. Si vous voulez changer de port, il faut modifier également ce dernier dans `frontend/src/main.js`. On sert le dossier `BackEnd/src` sur le port 80. Si vous voulez changer de port ou changer de dossier à servir, il faut également faire des modifications dans `frontend/src/main.js`.
```js ```js
const apiRoot = "http://localhost:<PORT>/index.php"; const apiRoot = "http://localhost:<PORT>/<CHEMIN_INDEX.PHP>";
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment