uncomment the vital routes

This commit is contained in:
2024-02-27 10:42:23 +00:00
parent 56d5a433b4
commit 5e41e9f47a
8 changed files with 32 additions and 31 deletions

View File

@@ -96,7 +96,7 @@ $(document).ready(function () {
let formData = new FormData();
formData.append("id", idAsli);
$.ajax({
url: "https://rms.rmto.ir/camp/get",
url: "/camp/get",
type: "POST",
headers: {
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr("content"),