Ignore:
Timestamp:
01/03/24 00:00:07 (6 months ago)
Author:
gjoko kostadinov <gjokokostadinov@…>
Branches:
master
Children:
53765dd
Parents:
77205be
Message:

Add all bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/static/js/admin.js

    r77205be r1413ee2  
    2020            }
    2121        });
    22         console.log(JSON.stringify(companiesToSave));
    2322
    2423
    2524        $.ajax({
    26             url: "http://localhost:8080/api/business",
     25            url: "http://localhost:8080/api/admin",
    2726            type:"PATCH",
    2827            data: JSON.stringify(companiesToSave),
Note: See TracChangeset for help on using the changeset viewer.