API: Rename /batch/photos endpoint to /batch/photos/edit #271

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-05-04 14:09:23 +02:00
parent b423b1980b
commit dd6e17e97e
27 changed files with 1937 additions and 1083 deletions

View File

@@ -39,7 +39,6 @@ func TestMain(m *testing.M) {
event.AuditLog = log
// Init test config.
config.Develop = true
c := config.TestConfig()
get.SetConfig(c)
defer c.CloseDb()