mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-31 09:53:27 -04:00 
			
		
		
		
	Add initial implementation of transactions
This commit is contained in:
		
							
								
								
									
										1
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								main.go
									
									
									
									
									
								
							| @@ -64,6 +64,7 @@ func main() { | ||||
| 	servemux.HandleFunc("/user/", UserHandler) | ||||
| 	servemux.HandleFunc("/security/", SecurityHandler) | ||||
| 	servemux.HandleFunc("/account/", AccountHandler) | ||||
| 	servemux.HandleFunc("/transaction/", TransactionHandler) | ||||
|  | ||||
| 	listener, err := net.Listen("tcp", ":"+strconv.Itoa(port)) | ||||
| 	if err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user