Skip to content

Commit 5ee0d64

Browse files
committed
rename endpoint to match camelCase convention
1 parent 485f987 commit 5ee0d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/emulator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewEmulatorAPIServer(emulator emulator.Emulator, adapter *adapters.AccessAd
7373

7474
router.HandleFunc("/emulator/computationReport", r.ComputationReport).Methods("GET")
7575

76-
router.HandleFunc("/emulator/all-contracts", r.AllContractsZip).Methods("GET")
76+
router.HandleFunc("/emulator/allContracts", r.AllContractsZip).Methods("GET")
7777

7878
return r
7979
}

0 commit comments

Comments
 (0)